@font-face {
	font-family: 'iconpublic';
	src: url('../iconpublic/iconfont.eot');
	src: url('../iconpublic/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconpublic/iconfont.woff2') format('woff2'), url('../iconpublic/iconfont.woff') format('woff'), url('../iconpublic/iconfont.ttf') format('truetype'), url('../iconpublic/iconfont.svg#iconfont') format('svg');
}
.iconpublic {
	font-family: "iconpublic" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.container-width {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 10px;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.zd-top {
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #333333;
    background-color: #f9f9f9;
}
.zd-top .container-width {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.zd-top a {
    font-size: 14px;
    color: #333333;
}
.zd-top .t-right {
    display: flex;
    justify-content: space-evenly;
    flex: 1 1 0%;
}
.zd-top .t-right .t-login {
    display: flex;
}
.zd-top .t-right label span {
    padding: 0px 10px;
}
.zd-top .t-right input[name] {
    width: 100px;
    line-height: 20px;
    border: 1px solid #333333;
}
.zd-top .t-right input[type="submit"] {
    margin-left: 15px;
    line-height: 20px;
    color: #ffffff;
    background-color: rgb(7, 151, 216);
    font-size: 14px;
    cursor: pointer;
    padding: 0px 10px;
}
@media (max-width: 960px) {
    .zd-top {
        display: none;
    }
}
.zd-tips {
    padding: 14px 0px;
}
.zd-tips .container-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.zd-tips .container-width img {
    margin-top: 4px;
    max-width: 100%;
}
.zd-tips .tips-l {
    display: flex;
}
.zd-tips .tips-l h1 {
    display: flex;
    margin: 0;
}
@media (max-width: 960px) {
    .zd-tips .tips-r {
        display: none;
    }
    .zd-tips .tips-l > img {
        display: none;
    }
}
.zd-nav {
    background-color: rgb(230, 0, 18);
    border-bottom: 2px solid rgb(221, 231, 231);
}
.zd-nav ul {
    display: flex;
    padding: 0px 30px;
    overflow: hidden;
}
.zd-nav ul li {
    width: 10%;
    text-align: center;
}
.zd-nav ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 15px 0px;
}
.zd-nav ul li:hover a {
    box-shadow: rgb(103, 0, 0) 0px -4px 0px inset;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
    .zd-nav {
        display: none;
    }
}
.zd-hot {
    margin: 15px 0px;
    padding: 0px 14px;
}
.zd-hot .container-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    border-radius: 20px;
}
.zd-hot .hot-news {
    display: flex;
    align-items: center;
}
.zd-hot .hot-news img {
    width: 20px;
}
.zd-hot .mySwiper {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.zd-hot .mySwiper span {
    display: inline-block;
    color: rgb(190, 190, 190);
    margin: 0px 6px;
}
.zd-hot .hot-keywords {
    display: flex;
    align-items: center;
}
.zd-hot .hot-keywords ul {
    display: flex;
    margin-right: 10px;
}
.zd-hot .hot-keywords ul li {
    margin-right: 8px;
}
.zd-hot .hot-keywords ul li, .zd-hot .hot-keywords ul li a {
    color: rgb(163, 163, 163);
}
.zd-hot .hot-keywords ul li a:hover, .zd-hot .mySwiper a:hover {
    color: rgb(210, 23, 28);
}
.zd-hot .hot-keywords form {
    display: flex;
}
.zd-hot .hot-keywords form input[type="text"] {
    padding: 0px 0px 0px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 242, 242);
    border-image: initial;
}
.zd-hot .hot-keywords form input {
    font-family: arial, "Microsoft YaHei";
}
.zd-hot .hot-keywords form input[type="submit"] {
    color: rgb(255, 255, 255);
    background-color: rgb(210, 23, 28);
    cursor: pointer;
    padding: 5px 14px;
}
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50,58,67,.93);
    z-index: 9999;
}
.nav_box .box{
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    visibility: hidden;
}
.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}
.nav_box .nav-title .navclose img {
	width: 100%;
}
.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}
.nav_box .nav-title h1 img {
	width: 100%;
}
.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}
.nav_box .navlist ul.clearfix>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}
.nav_box .navlist ul.clearfix>li>a {
	display: block;
	color: #fff;
	position: relative;
}
.nav_box .navlist ul.clearfix>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}
.nav_box .navlist ul.clearfix>li>a.cur:before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 32%;
    transition: all 1s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.navlist>ul.clearfix>li ul.sub-menu {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
    transition: none;
}
.navlist>ul.clearfix>li ul.sub-menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}
.navbar {
    width: 30px;
    cursor: pointer;
    display: none;
    position: relative;
}
.nav_box{
    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.nav_box.cur{left: 0;    
	transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.navbar span:nth-of-type(1),.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) {width: 20px; height: 2px; background-color: #e60012; border-radius: 3px; position: absolute;transition: transform 0.15s ease}
.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) { content: ""; display: block}
.navbar span:nth-of-type(2) {top: -7px;}
.navbar span:nth-of-type(3) {bottom: -5px;}
.navbar span:nth-of-type(1) {top: 50%; margin-top: -1.5px; transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
.navbar span:nth-of-type(2) {transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease}
.navbar span:nth-of-type(3) {transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease}
.navbar.is-active span:nth-of-type(1){transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)}
.navbar.is-active span:nth-of-type(2) {top: 0;opacity: 0;transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease}
.navbar.is-active span:nth-of-type(3) {bottom: 0;transform: rotate(-50deg);transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;}
.mobile-search {display: none;}
#menu-footer-nav {display: none;}
.mobile-user {display: none;}
.left-ad {position: fixed; left: 0; top: 250px;}
.window-alert-bg {
    /* display: none; */
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 150;
    opacity: 0;
    /* transform: all 3s; */
    visibility: hidden;
}
.window-alert-show {
    animation:fadeIn 2s 1;
}
.window-alert-hidden {
    animation:fadenum 8s 1;
}
@keyframes fadeIn {
    0%{opacity: 0;visibility: hidden;top: -100%;}
    100%{opacity: 1;visibility: visible;top: 0;}
 
 }
@keyframes fadenum {
   0%{opacity: 1;visibility: visible;top: 0;}
   100%{opacity: 0;visibility: hidden;top: -100%;}

}
.center-ad {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1200px) {
    .zd-hot .container-width {
        justify-content: center;
    }
    .zd-hot .hot-keywords {
        margin-top: 15px;
    }
}
@media (max-width: 650px) {
    .left-ad {display: none;}
    .window-alert-bg {display: none !important;}
    .zd-hot {display: none;}

    .mobile-user {display: block;}
    #menu-footer-nav {
        display: flex;
        overflow-x:scroll;
        white-space: nowrap;
        border-bottom: 2px solid rgb(221, 231, 231);
        padding: 10px 12px;
        background: #e60012;
    }
    #menu-footer-nav li {
        margin-right: 15px;
        position: relative;
    }
    #menu-footer-nav li.current-menu-item::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -3px;
    }
    #menu-footer-nav li a {
        font-size: 14px;
        color: #fff;
    }
    .navbar {
        display: block;
    }
    .zd-tips {
        position: relative;
        z-index: 99999;
        padding: 10px 0;
    }
    .zd-tips .container-width h1 img {
        height: 45px !important;
    }
    .zd-hot .container-width {
        display: none;
    }
    .zd-hot .hot-news {
        display: none;
    }
    .zd-hot .hot-keywords {
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .zd-hot .hot-keywords ul {
        display: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .mobile-search {
        display: flex;
    }
    .mobile-search input[type="text"] {
        width: 135px;
        padding: 0px 0px 0px 8px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(242, 242, 242);
        border-image: initial;
    }
    .mobile-search input[type="submit"] {
        color: rgb(255, 255, 255);
        background-color: rgb(210, 23, 28);
        cursor: pointer;
        padding: 5px 14px;
    }
}
 .footer {
    width: 100%;
    padding-top: 10px;
    background: url(../images/footer.jpg) repeat-x;
    overflow: hidden;
} 
.footer a,.footer p {
    font-family: "宋体";
    font-size: 12px;
}
.footer a br, .footer p br {
    display: none;
}
.footer-main ul {
    width: 100%;
    height: 40px;
    margin: 0 auto;
}
.footer-main ul li {
    width: 16.6666%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: url(../images/f-li-bj.jpg) left no-repeat;
}
.footer-main ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #6a6a6a;
}
.footer-main ul li a:hover {
    color: #e60012;
}
.bottom {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}
.bottom>img {
    margin-right: 15px;
}
.font-top {
    padding-top: 18px;
    line-height: 26px;
}
/*window-service*/
.window-service {position: fixed;top: 250px;right: 10px;z-index: 99;}
.window-service ul li {position: relative;background-color: #ffffff;padding-top: 8px;width: 64px;height: 64px;margin-bottom: 2px;color: #e60012;text-align: center;cursor: pointer;border: 1px solid #e7e7e7;}
.window-service ul li a {color: #fff;}
.window-service ul li i {font-size: 28px;color: #e60012;}
.window-service ul li p {font-size: 12px;color: #e60012;}
/*  */
.window-service-tel {position: absolute;top: 0;right: 70px;z-index: -1;width: 200px;height: auto;line-height: 50px;font-size: 20px;color: #e60012;font-family: arial;background-color: #ffffff;display: flex;flex-wrap: wrap;justify-content: center;}
.window-service-wx-pic {position: absolute;bottom: 0;right: 68px;z-index: -1;padding: 15px;background-color: #ffffff;}
.window-service-wx-pic h3 {color: #e60012;font-size: 14px;}
.window-service-tel,
.window-service-wx-pic {opacity: 0;visibility: hidden;transform: translateX(10px);border: 1px solid #e7e7e7;}
/* hover */
.window-service ul li:hover .window-service-tel,
.window-service ul li:hover .window-service-wx-pic {opacity: 1;visibility: visible;transform: translateX(0)}
.window-service ul li:hover {background-color: #e60012;}
.window-service ul li:hover i,.window-service ul li:hover p {color: #ffffff;}
/*  */
.window-service-sms,
.window-service-contact {display: none;}
@media (max-width: 650px) {
.window-service{
    right: 0; 
    bottom: 0; 
    top: inherit!important; 
    left: inherit !important; 
    width: 100%;
}
.window-service ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.window-service ul li {
    width: 25%;
    border: none;
}
.window-service-wx-pic {
    bottom: 0;
    left: 50%;
    right: auto;
    padding: 15px;
    top: -130px;
    transform: translateX(-50%) !important;
}
.footer-main ul,.bottom>img {
    display: none;
}
.footer a br, .footer p br {
    display: block;
}
.frwx {
    display: none;
}
.bottom {
    padding-bottom: 70px;
}
}

.tgpic li span{ width:148px; height:78px; float:left; solid #eeeeee; margin:10px 0 10px 10px; display:inline-block;}

.errors {
    padding: 20px 20px;
    color: #f00;
}